home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 427 < prev    next >
Text File  |  1996-08-06  |  1KB  |  39 lines

  1. Path: stdc.demon.co.uk!clive
  2. From: clive@stdc.demon.co.uk (Clive D.W. Feather)
  3. Newsgroups: comp.std.c
  4. Subject: Re: 6.1.7 typo (?) ... reported yet?
  5. Date: Sat, 17 Feb 1996 22:24:18 GMT
  6. Organization: Demon Internet Limited (personal account)
  7. Message-ID: <DMxy8K.I4w@stdc.demon.co.uk>
  8. References: <4g2rqp$p5@solutions.solon.com>
  9. Reply-To: cdwf@cityscape.co.uk
  10. X-NNTP-Posting-Host: stdc.demon.co.uk
  11.  
  12. In article <4g2rqp$p5@solutions.solon.com>,
  13. Peter Seebach <seebs@solutions.solon.com> wrote:
  14. >I see two problems with 6.1.7.  First:
  15. >
  16. >    If the characters ', \, ", or /* occur in the sequence between...
  17. >
  18. >... so since when is `/*' a character?  I don't think this is unclear,
  19. >merely incorrect.  :)
  20.  
  21. /* are characters. What are you complaining about ? :-)
  22.  
  23. >The second:
  24. >    Header name preprocessing tokens shall only appear within a #include
  25. >    preprocessing directive.
  26. >This worries me; is the following illegal?
  27. >    main() {
  28. >        int i;
  29. >        1<i>3;
  30. >    }
  31. >It looks as though <i> is clearly a header-name preprocessing token,
  32.  
  33. Fixed in TC1, thanks to me !
  34.  
  35. -- 
  36. Clive D.W. Feather                       | If you lie to the compiler,
  37. cdwf@cityscape.co.uk   (work, preferred) | it will get its revenge.
  38. clive@stdc.demon.co.uk (home)            |   - Henry Spencer
  39.